SpreadsheetGear 2010
SetArray(Double[,]) Method
See Also  Send Feedback
SpreadsheetGear.CustomFunctions Namespace > IValue Interface > SetArray Method : SetArray(Double[,]) Method

numbers
The numbers which will be returned by this custom function.
Sets the result to the specified two dimensional array of numbers.

Syntax

Visual Basic (Declaration) 
Overloads Sub SetArray( _
   ByVal numbers(,) As Double _
) 
C# 
void SetArray( 
   double[,] numbers
)

Parameters

numbers
The numbers which will be returned by this custom function.

Remarks

If any of the numbers in the array are not valid numbers, the result of the custom function will be ValueError.Num.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

IValue Interface
IValue Members
Overload List
SpreadsheetGear.CustomFunctions.IValue.SetArray(System.Object[0:,0:])

Copyright © 2003-2010 SpreadsheetGear LLC. All Rights Reserved.Help Powered by Innovasys   
SpreadsheetGear is a registered trademark of SpreadsheetGear LLC.
Microsoft, Microsoft Excel and Visual Studio are trademarks or registered trademarks of Microsoft Corporation.